PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFGifImage Class / setActiveFrame Method
The active frame in the image that will be drawn on the PDF page.
In This Topic
    setActiveFrame Method
    In This Topic
    Sets the active frame.
    Syntax
    public void setActiveFrame( 
       int value
    )

    Parameters

    value
    The active frame in the image that will be drawn on the PDF page.
    Exceptions
    ExceptionDescription
    If the image cannot be decoded.
    See Also